home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / asinh.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  34 lines

  1.  
  2. ASINH(3)                   UNIX Programmer's Manual                   ASINH(3)
  3.  
  4. NNAAMMEE
  5.      aassiinnhh - inverse hyperbolic sine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      aassiinnhh(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      aassiinnhhff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The aassiinnhh() and aassiinnhhff() functions compute the inverse hyperbolic sine of
  18.      the real argument
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      The aassiinnhh() and aassiinnhhff() functions return the inverse hyperbolic sine of
  22.      _x.
  23.  
  24. RREETTUURRNN VVAALLUUEESS
  25.      Exceptional cases are handled by matherr(3).
  26.  
  27. SSEEEE AALLSSOO
  28.      acosh(3),  atanh(3),  exp(3),  infnan(3),  math(3),  matherr(3)
  29.  
  30. HHIISSTTOORRYY
  31.      The aassiinnhh() function appeared in 4.3BSD.
  32.  
  33. 4.3 Berkeley Distribution         May 6, 1991                                1
  34.